From: Steven Hand Date: Fri, 1 Sep 2006 11:16:21 +0000 (+0100) Subject: Fix typo. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15673^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=8ed0449887165e419edff9f8bda738f244ce41ea;p=xen.git Fix typo. With this patch, a checked build of Windows Server 2003 can be installed and run on top of a VMX domain. Signed-off-by: Eddie Dong Signed-off-by: Qing He --- diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c index b5990d91e3..a1e562e929 100644 --- a/xen/arch/x86/hvm/vmx/vmx.c +++ b/xen/arch/x86/hvm/vmx/vmx.c @@ -1903,7 +1903,7 @@ static inline void vmx_do_msr_read(struct cpu_user_regs *regs) } rdmsr_safe(regs->ecx, regs->eax, regs->edx); - break; + return; } regs->eax = msr_content & 0xFFFFFFFF;